From 5ed3f8d98b6783117d186dcedf42d6818df53a28 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 13 Feb 2020 14:26:40 +0000 Subject: [PATCH] ci: Rearrange the results in the HTML report Move the failures up top, so they stand out. --- .gitlab-ci/meson-html-report.py | 82 ++++++++++++++++----------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/.gitlab-ci/meson-html-report.py b/.gitlab-ci/meson-html-report.py index faa5e68264..10c6d135e3 100755 --- a/.gitlab-ci/meson-html-report.py +++ b/.gitlab-ci/meson-html-report.py @@ -167,50 +167,10 @@ ul.images li {

Suite: {{ suite_result.suite_name }}

-
-

Passed

- - -

Skipped

- - -

Expected failures

- -
-

Failures

+
+

Skipped

+ + +

Passed

+ + +

Expected failures

+ +
+ {% endfor %} -- 2.30.2